func internal/strconv.umul64

7 uses

	internal/strconv (current package)
		ftoadbox.go#L194: func umul64(x, y uint32) uint64 {
		ftoadbox.go#L203: 	xyh := umul64(x, yh)
		ftoadbox.go#L204: 	xyl := umul64(x, yl)
		ftoadbox.go#L221: 	ac := umul64(a, c)
		ftoadbox.go#L222: 	bc := umul64(b, c)
		ftoadbox.go#L223: 	ad := umul64(a, d)
		ftoadbox.go#L224: 	bd := umul64(b, d)